'Declaration<DispIdAttribute(489)> Function SetFormFieldBorderColor_4( _ ByVal FieldId As Integer, _ ByVal ChildIdx As Integer, _ ByVal Cyan As Byte, _ ByVal Magenta As Byte, _ ByVal Yellow As Byte, _ ByVal Black As Byte _ ) As GdPictureStatus
[DispId(489)] GdPictureStatus SetFormFieldBorderColor_4( int FieldId, int ChildIdx, byte Cyan, byte Magenta, byte Yellow, byte Black )
function SetFormFieldBorderColor_4(
FieldId: Integer;
ChildIdx: Integer;
Cyan: Byte;
Magenta: Byte;
Yellow: Byte;
Black: Byte
): GdPictureStatus;
DispIdAttribute(489) function SetFormFieldBorderColor_4( FieldId : int, ChildIdx : int, Cyan : byte, Magenta : byte, Yellow : byte, Black : byte ) : GdPictureStatus;
Parameters
- FieldId
- ChildIdx
- Cyan
- Magenta
- Yellow
- Black